PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFLineAnnotation Class / setStartPoint Method / setStartPoint(double,double) Method
The x coordinate of the annotation's start point.
The y coordinate of the annotation's start point.
In This Topic
    setStartPoint(double,double) Method
    In This Topic
    Sets the line's start point.
    Syntax
    public void setStartPoint( 
       double x,
       double y
    )

    Parameters

    x
    The x coordinate of the annotation's start point.
    y
    The y coordinate of the annotation's start point.
    Exceptions
    ExceptionDescription
    Thrown when the annotation does not belong to a page.
    See Also